home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
You're the Director
/
You're The Director.iso
/
mac
/
MACF
/
MGER.DIR
/
00349_Script_349
< prev
next >
Wrap
Text File
|
1995-10-10
|
550b
|
28 lines
on enterFrame
global gCurrentSprite
--set the keyDownScript to "if the key = RETURN then set the editableText of sprite --gCurrentSprite to FALSE"
if length(field "name")>15 then
set gCurrentSprite to 3
RunOff
end if
if length(field "movie")>15 then
set gCurrentSprite to 4
RunOff
end if
end
on mouseDown
global gCurrentSprite
if rollOver(3) then
set gCurrentSprite = 3
else if rollOver(4) then
set gCurrentSprite = 4
end if
end
on exitFrame
go "Title"
end